home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 2
/
AACD 2.iso
/
AACD
/
Programming
/
MailingLists
< prev
next >
Wrap
Text File
|
1999-10-03
|
382b
|
19 lines
/* */
options results
address command
call pragma('D',':')
CDName = pragma('D')
if ~show('P','AWEB.1') then do
'Run >NIL: 'CDName'AACD/WebSites/AWeb3/AWebDemo Welcome.html LOCAL CONFIG Amigactive'
do i = 1 to 3
'waitforport AWEB.1'
end
end
address AWEB.1
'screentofront'
'wait all'
'open file://localhost/'CDName'AACD/WebSites/MailingLists/menu.html target title reload'